Traditional sinusoidal models cannot capture important characteristics of the sunspots dataset. We can fix this by including sinusoid terms for all possible . We stick to Fourier frequencies. Say is odd, then consider . Denote where . We can write this model in matrix form as , where where , and .
Without regularization, if we only want to minimize , we can get a perfect fit
To prevent overfitting, we can use ridge regularization:
From discuss here, we can also understand it as
The Spectrum Model
The spectrum model is based on (1.1) and (1.2), and has two changes:
is removed;
Not assuming identically distributed.
Therefore we have with
The parameter is known as the spectrum of the model. Then
( represents the contribution of frequency to the overall ).
For , average both sides of (2.1), we have . I.e.
So data generated from this model look differently depending on .
Example
Suppose Then data generated from this model look periodic with clear peaks. The gaps between the peaks will change from cycle to cycle.
Suppose increases with . Then the higher frequency sinusoids will dominate, and the data will look quite wiggly.
Suppose decreases with . Then the lower frequency sinusoids will dominate, giving the data a smoother appearance.